home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
mquery
/
mquery.frm
< prev
next >
Wrap
Text File
|
1995-05-02
|
27KB
|
999 lines
VERSION 2.00
Begin Form fQuery
AutoRedraw = -1 'True
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "Query Builder"
ClientHeight = 5730
ClientLeft = 1425
ClientTop = 2145
ClientWidth = 9195
ClipControls = 0 'False
ControlBox = 0 'False
Height = 6135
Icon = MQUERY.FRX:0000
KeyPreview = -1 'True
Left = 1365
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5709.895
ScaleMode = 0 'User
ScaleWidth = 9625.69
Top = 1800
Width = 9315
Begin SSPanel PnlHelp
Alignment = 1 'Left Justify - MIDDLE
AutoSize = 1 'AutoSize Panel Width To Caption
BackColor = &H0000FFFF&
BevelOuter = 0 'None
BorderWidth = 1
Font3D = 0 'None
ForeColor = &H00FF0000&
Height = 315
Left = 3705
TabIndex = 32
Top = 1320
Visible = 0 'False
Width = 1965
End
Begin ListBox cColOrder
BackColor = &H00C0C0C0&
Height = 420
Left = 6000
TabIndex = 31
Top = 1590
Width = 3075
End
Begin CommandButton RunSaveQryButton
Caption = "&Load Query"
Height = 375
Left = 4440
TabIndex = 0
Top = 4815
Width = 1290
End
Begin CommandButton ExecSqlButton
Caption = "&ExecSQL"
Height = 375
Left = 5835
TabIndex = 1
Top = 4815
Width = 960
End
Begin SSPanel Panel3D1
Align = 2 'Align Bottom
Alignment = 1 'Left Justify - MIDDLE
BackColor = &H0000FFFF&
BevelInner = 1 'Inset
Font3D = 0 'None
FontBold = -1 'True
FontItalic = 0 'False
FontName = "Arial"
FontSize = 9.75
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00FF0000&
Height = 435
Left = 0
TabIndex = 29
Top = 5295
Width = 9195
End
Begin Frame Frame1
BackColor = &H00C0C0C0&
Caption = "Display"
Height = 495
Left = 120
TabIndex = 28
Top = 4740
Width = 3075
Begin OptionButton Option1
BackColor = &H00C0C0C0&
Caption = "Grid"
Height = 195
Index = 0
Left = 2100
TabIndex = 19
Top = 180
Value = -1 'True
Width = 915
End
Begin OptionButton Option1
BackColor = &H00C0C0C0&
Caption = "Record"
Height = 195
Index = 1
Left = 840
TabIndex = 18
Top = 180
Width = 975
End
End
Begin PictureBox ExpressionBox
BackColor = &H00C0C0C0&
Height = 1095
Left = 120
ScaleHeight = 1065
ScaleWidth = 9705
TabIndex = 24
Tag = "OL"
Top = 240
Width = 9735
Begin CommandButton GetValuesButton
Caption = "List Possible &Values"
Height = 252
Left = 5955
TabIndex = 17
Top = 720
Width = 2292
End
Begin ComboBox cValue
BackColor = &H00C0C0C0&
Height = 300
Left = 5580
Sorted = -1 'True
TabIndex = 14
Text = "cValue"
Top = 375
Width = 3330
End
Begin ComboBox cOperator
BackColor = &H00C0C0C0&
Height = 300
Left = 4320
Style = 2 'Dropdown List
TabIndex = 13
Top = 360
Width = 1095
End
Begin ComboBox cField
BackColor = &H00C0C0C0&
Height = 300
Left = 120
Style = 2 'Dropdown List
TabIndex = 12
Top = 360
Width = 4095
End
Begin CommandButton ORButton
Caption = "&Or into Criteria"
Height = 252
Left = 2040
TabIndex = 16
Top = 720
Width = 1812
End
Begin CommandButton ANDButton
Caption = "&And into Criteria"
Height = 252
Left = 120
TabIndex = 15
Tag = "Are you paying attention!!!!"
Top = 720
Width = 1812
End
Begin Label OperatorLabel
BackColor = &H00C0C0C0&
Caption = "Operator:"
Height = 195
Left = 4320
TabIndex = 27
Top = 120
Width = 975
End
Begin Label ValueLabel
BackColor = &H00C0C0C0&
Caption = "Value:"
Height = 195
Left = 5520
TabIndex = 26
Top = 120
Width = 1455
End
Begin Label FieldNameLabel
BackColor = &H00C0C0C0&
Caption = "Field Name:"
Height = 192
Left = 120
TabIndex = 25
Top = 120
Width = 1332
End
End
Begin CommandButton JoinButton
Caption = "Set Table &Joins"
Height = 255
Left = 6240
TabIndex = 10
Top = 2670
Width = 2535
End
Begin ListBox cJoinFields
BackColor = &H00C0C0C0&
Height = 420
Left = 6000
TabIndex = 11
Tag = "OL"
Top = 2970
Width = 3135
End
Begin ComboBox cOrderByField
BackColor = &H00C0C0C0&
Height = 300
Left = 6000
Style = 2 'Dropdown List
TabIndex = 9
Tag = "OL"
Top = 2310
Width = 3135
End
Begin ListBox cTableList
BackColor = &H00C0C0C0&
Height = 1590
Left = 120
MultiSelect = 1 'Simple
TabIndex = 6
Tag = "OL"
Top = 1680
Width = 2175
End
Begin ListBox cShowFields
BackColor = &H00C0C0C0&
Height = 1590
Left = 2415
MultiSelect = 1 'Simple
TabIndex = 7
Tag = "OL"
Top = 1650
Width = 3510
End
Begin CommandButton CloseButton
Cancel = -1 'True
Captio